home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Doodle Plastik.jar / global / autocomplete.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-09-16  |  1.9 KB  |  76 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace html url("http://www.w3.org/1999/xhtml");
  3.  
  4. /* :: autocomplete :: */
  5.  
  6. textbox[disablehistory=false] {
  7. cursor: default;
  8. padding: 0;
  9. -moz-appearance: none;
  10. background-color: transparent;
  11. border: none !important;}
  12.  
  13. textbox[disablehistory=false] > .autocomplete-textbox-container {
  14. -moz-appearance: none !important;
  15. margin-left: 8px;
  16. margin-top: 2px;
  17. margin-bottom: 5px;}
  18.  
  19. .textbox-input-box {
  20. margin: 0 3px;
  21. -moz-box-align: center;}
  22.  
  23. /* :: history button :: */
  24.  
  25. .autocomplete-history-dropmarker {
  26. cursor: default;
  27. background: url("chrome://global/skin/menulist/normal-editable-dropmarker.png");
  28. background-repeat: no-repeat;
  29. min-width: 17px;
  30. list-style-image: none !important;
  31. width: 17px;
  32. min-height: 24px;}
  33.  
  34. .autocomplete-history-dropmarker:hover:active {
  35. background: url("chrome://global/skin/menulist/active-editable-dropmarker.png") !important;}
  36.  
  37. /* :: autocomplete popups :: */
  38.  
  39. popup[type="autocomplete"],
  40. .autocomplete-history-popup {
  41. border-width: 1px;
  42. -moz-border-top-colors: ThreeDDarkShadow;
  43. -moz-border-right-colors: ThreeDDarkShadow;
  44. -moz-border-bottom-colors: ThreeDDarkShadow;
  45. -moz-border-left-colors: ThreeDDarkShadow;
  46. -moz-border-radius: 0px;
  47. padding: 0;
  48. background-color: -moz-Field !important;}
  49.  
  50. .autocomplete-history-popup {
  51. max-height: 180px;}
  52.  
  53. /* :: tree :: */
  54.  
  55. .autocomplete-tree {
  56. border: none;
  57. background-color: transparent !important;}
  58.  
  59. .autocomplete-treecol {
  60. margin: 0 !important;
  61. border: none !important;
  62. padding: 0 !important;}
  63.  
  64. .autocomplete-treebody::-moz-tree-row {
  65. border: 1px solid transparent;}
  66.  
  67. .autocomplete-treebody::-moz-tree-cell-text {
  68. padding-left: 8px;}
  69.  
  70. .autocomplete-treebody::-moz-tree-row(menuactive) {
  71. background-color: #678db2;
  72. border: 1px dotted black;}
  73.  
  74. .autocomplete-treebody::-moz-tree-cell-text(menuactive)  {
  75. color: black;}
  76.